@font-face {

    font-family: "FrutigerLTStd-Roman";

    src: url("https://images.hanlonsonline.co.uk/Hounslow Portal Demo/fonts/FrutigerLTStd-Roman.otf");

    font-weight: 700;

    font-style: normal;

}

@font-face {

    font-family: "FrutigerLTStd-Bold";

    src: url("https://images.hanlonsonline.co.uk/Hounslow Portal Demo/fonts/FrutigerLTStd-Bold.otf");

    font-weight: 700;

    font-style: normal;

}
/*Applied rules to content on this page*/
.section-one {
    padding-top: 30px;
    padding-bottom: 30px;
}

img.img-one {
    width: 40%;
}

.panel-primary>.panel-heading {
    color: #000;
    background-color: transparent;
    font-weight: bold;
    border-color: transparent;
    font-size: 24px !important;
    padding-top: 30px;
}

#btn1 {
    color: #fff;
    background-color: #e6388d;
    border-color: #000;
    font-family: "FrutigerLTStd-Bold";
    font-size: 18px;
    margin-top: 20px;
}

#btn1:focus {
    outline: 2px dashed #000;
    background: #fff;
    color: #000;
}

#btn1:hover {
    color: #000;
    background-color: #fff;
    transition: 0.6s;
}

#btn2 {
    color: #fff;
    background-color: #e6388d;
    border-color: #000;
    font-family: "FrutigerLTStd-Bold";
    font-size: 18px;
    margin-top: 20px;
}

#btn2:focus {
    outline: 2px dashed #000;
    background: #fff;
    color: #000;
}

#btn2:hover {
    color: #000;
    background-color: #fff;
    transition: 0.6s;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-bottom: 3px solid #7b2379 !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-primary {
    border-color: transparent;
}

img.img-two {
    width: 40%;
}

hr.underline {
    border-top: 3px solid #7b2379;
}

hr.underline-two {
    border-top: 3px solid #7b2379;
}

h2#aboutUsOne {
    color: #000;
    font-family: "FrutigerLTStd-Bold";
    font-size: 24px;
}
p#aboutUstwo {
    font-weight: normal;
    font-family: "FrutigerLTStd-Roman";
    color: #000;
}
p#aboutUsthree {
    font-weight: normal;
    font-family: "FrutigerLTStd-Roman";
    color: #000;
}
p#aboutUsfour {
    font-weight: normal;
    font-family: "FrutigerLTStd-Roman";
    color: #000;
}
p#aboutUsfive {
    font-weight: normal;
    font-family: "FrutigerLTStd-Roman";
    color: #000;
}
p#textOne {
    font-weight: normal;
    font-family: "FrutigerLTStd-Roman";
    color: #000;
}
p#textTwo {
    font-weight: normal;
    font-family: "FrutigerLTStd-Roman";
    color: #000;
}
/*Media queries applied on this page*/
@media (min-width:1536px) and (max-width:1920px) {
    img.matrix {
        width: 75%;
        margin-top: -65px;
    }
}

@media (min-width:1441px) and (max-width:1535px) {
    img.matrix {
        width: 75%;
        margin-top: -65px;
    }
}

@media (min-width:1025px) and (max-width:1440px) {
    img.matrix {
        width: 75%;
        margin-top: -65px;
    }
}

@media (min-width:426px) and (max-width:768px) {
    img.matrix {
        width: 55%;
        margin-top: 0;
        margin-left: 18%;
    }
}

@media (min-width:376px) and (max-width:425px) {
    img.matrix {
        width: 90%;
        margin-top: 0;
    }
}

@media (min-width:321px) and (max-width:375px) {
    img.matrix {
        width: 75%;
        margin-top: 0px;
    }
}

@media (min-width:281px) and (max-width:320px) {
    img.matrix {
        width: 75%;
        margin-top: 0px;
    }
}